jade.onto.JADEMetaOntology
Class JADEMetaOntology

java.lang.Object
  |
  +--jade.onto.JADEMetaOntology.JADEMetaOntology

public class JADEMetaOntology
extends java.lang.Object

This class represents the meta-ontology used by JADE. There is only a single instance of this class.

The jade.onto.JadeMetaOntology package contains one class for each role in this ontology.


Field Summary
static java.lang.String ANONTOLOGY
           
static java.lang.String NAME
          A symbolic constant, containing the name of this ontology.
static java.lang.String ROLE
           
static java.lang.String SLOT
           
 
Method Summary
static Ontology instance()
          This method grants access to the unique instance of the basic ontology.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
A symbolic constant, containing the name of this ontology.

ANONTOLOGY

public static final java.lang.String ANONTOLOGY

ROLE

public static final java.lang.String ROLE

SLOT

public static final java.lang.String SLOT
Method Detail

instance

public static Ontology instance()
This method grants access to the unique instance of the basic ontology.
Returns:
An Ontology object, containing the concepts of the basic ontology.